Tentative fix for bug #13546 with failure to save files on Windows.
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 Jan 2013 08:04:16 +0000 (10:04 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 27 Jan 2013 08:04:16 +0000 (10:04 +0200)
commit014d29d1278efbca69c9e90b1a5b83def8cd11d5
tree8d1746a59a9076e9ecccf9fb62384c70aae4d5f6
parentd5029cea4a8971f333e9aeae743aad6bce173068
Tentative fix for bug #13546 with failure to save files on Windows.

 src/w32.c (sys_open): Zero out the flags for the new file descriptor.
 (sys_close): Zero out the flags for the file descriptor before
 closing it.
src/ChangeLog
src/w32.c